From f7b1b8f3db53d563f9218653ae8fbe81c94f1991 Mon Sep 17 00:00:00 2001 From: "robertlipe@gmail.com" Date: Sun, 4 Mar 2012 22:36:49 +0000 Subject: [PATCH] Steven fixes a bunch of typos in the doc. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4159 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/xmldoc/chapters/styles.xml | 6 +++--- gpsbabel/xmldoc/chapters/use.xml | 6 +++--- gpsbabel/xmldoc/filters/discard.xml | 4 ++-- gpsbabel/xmldoc/filters/options/discard-sat.xml | 2 +- gpsbabel/xmldoc/filters/options/transform-del.xml | 2 +- gpsbabel/xmldoc/filters/reverse.xml | 2 +- gpsbabel/xmldoc/formats/bushnell.xml | 2 +- gpsbabel/xmldoc/formats/destinator_trl.xml | 2 +- gpsbabel/xmldoc/formats/garmin.xml | 2 +- gpsbabel/xmldoc/formats/garmin_gpi.xml | 2 +- gpsbabel/xmldoc/formats/ggv_ovl.xml | 4 ++-- gpsbabel/xmldoc/formats/gopal.xml | 2 +- gpsbabel/xmldoc/formats/gpsdrive.xml | 2 +- gpsbabel/xmldoc/formats/gpsdrivetrack.xml | 2 +- gpsbabel/xmldoc/formats/holux.xml | 4 ++-- gpsbabel/xmldoc/formats/igc.xml | 2 +- gpsbabel/xmldoc/formats/ik3d.xml | 2 +- gpsbabel/xmldoc/formats/kml.xml | 6 +++--- gpsbabel/xmldoc/formats/miniHomer.xml | 2 +- gpsbabel/xmldoc/formats/openoffice.xml | 2 +- gpsbabel/xmldoc/formats/options/delbin-hint_at_and.xml | 2 +- gpsbabel/xmldoc/formats/options/delbin-hint_at_end.xml | 2 +- gpsbabel/xmldoc/formats/options/delbin-nukewpt.xml | 2 +- gpsbabel/xmldoc/formats/options/garmin-get_posn.xml | 2 +- gpsbabel/xmldoc/formats/options/geo-nuke_placer.xml | 2 +- gpsbabel/xmldoc/formats/options/igo8-title.xml | 2 +- gpsbabel/xmldoc/formats/options/kml-extrude.xml | 2 +- gpsbabel/xmldoc/formats/options/magellan-deficon.xml | 2 +- gpsbabel/xmldoc/formats/options/magellanx-deficon.xml | 2 +- gpsbabel/xmldoc/formats/options/miniHomer-initbaud.xml | 2 +- gpsbabel/xmldoc/formats/options/mmo-visible.xml | 2 +- gpsbabel/xmldoc/formats/options/osm-created_by.xml | 2 +- gpsbabel/xmldoc/formats/options/pathaway-deficon.xml | 2 +- gpsbabel/xmldoc/formats/options/pcx-deficon.xml | 2 +- gpsbabel/xmldoc/formats/options/tiger-genurl.xml | 2 +- gpsbabel/xmldoc/formats/options/tiger-margin.xml | 2 +- gpsbabel/xmldoc/formats/options/unicsv-filename.xml | 2 +- gpsbabel/xmldoc/formats/pcx.xml | 2 +- gpsbabel/xmldoc/formats/pocketfms_fp.xml | 2 +- gpsbabel/xmldoc/formats/psitrex.xml | 2 +- gpsbabel/xmldoc/formats/skyforce.xml | 2 +- gpsbabel/xmldoc/formats/stmsdf.xml | 2 +- gpsbabel/xmldoc/formats/unicsv.xml | 2 +- gpsbabel/xmldoc/formats/v900.xml | 2 +- 44 files changed, 53 insertions(+), 53 deletions(-) diff --git a/gpsbabel/xmldoc/chapters/styles.xml b/gpsbabel/xmldoc/chapters/styles.xml index 234d52a63..eeffaef43 100644 --- a/gpsbabel/xmldoc/chapters/styles.xml +++ b/gpsbabel/xmldoc/chapters/styles.xml @@ -37,7 +37,7 @@ your expectations. If not, you could continue to tweak command each time. If 'mystyle' is a format that describes a popular program or is likely to be of use to others, you can then share mystyle.style with other GPSBabel users. -Send it along with a coherent descripton to the GPSBabel-misc mailing +Send it along with a coherent description to the GPSBabel-misc mailing list for consideration to be included in a future version. @@ -749,7 +749,7 @@ longitude) LAT_10EX / LON_10EX Defines the latitude or longitude in the format used i.e. by TomTom Navigator - itinerary files. It is degress multiplied by 10 power X. X have to be replaced with + itinerary files. It is degrees multiplied by 10 power X. X have to be replaced with a valid decimal value. A factor of 10000 would be generated by LAT_10E5 as shown in the examples below. @@ -1230,7 +1230,7 @@ example:
PATH_COURSE - Course in degerees. Gpsbabel does not calculate this data by default; + Course in degrees. Gpsbabel does not calculate this data by default; it is read from the input file if present. (If not present, it may be calculated with the track filter.) diff --git a/gpsbabel/xmldoc/chapters/use.xml b/gpsbabel/xmldoc/chapters/use.xml index edbfd933f..cd38e0061 100644 --- a/gpsbabel/xmldoc/chapters/use.xml +++ b/gpsbabel/xmldoc/chapters/use.xml @@ -244,7 +244,7 @@ merged data to multiple destinations. Common format settings. Any option from any of the formats listed here will be used by - GPSBabel unless explictly provided on the command line. + GPSBabel unless explicitly provided on the command line. @@ -290,7 +290,7 @@ merged data to multiple destinations. As of this writing, Garmin's PVT protocol and NMEA are supported - inputs. KML, NMEA, and the variou XCSV formats are supported on + inputs. KML, NMEA, and the various XCSV formats are supported on output. Additional formats may be added by interested parties later. @@ -360,7 +360,7 @@ merged data to multiple destinations. The complete list of available options to GPSBabel can be obtained by running gpsbabel -h. While there are a number of - options, most people will not use most of them, so don't be intimiated. + options, most people will not use most of them, so don't be intimidated. Read preferences file. On startup, GPSBabel will look for a file named gpsbabel.ini containing preferences you have provided. This option lets you pick a different files. See for more info. Write "smart" names. This option influences some - but not all - of our writers to try to build "smart" waypoint names. For example, in modules that know about geocaching, it may replace "GC1234" with the actual name of the geocache. diff --git a/gpsbabel/xmldoc/filters/discard.xml b/gpsbabel/xmldoc/filters/discard.xml index 9b2a2ad26..91d2c315b 100644 --- a/gpsbabel/xmldoc/filters/discard.xml +++ b/gpsbabel/xmldoc/filters/discard.xml @@ -1,7 +1,7 @@ This filter is used to "fix" unreliable GPS data by discarding points that are believed to be unreliable. You may specify an -HDOP and/or VDOP above a specified limit, a minimum number of satellits +HDOP and/or VDOP above a specified limit, a minimum number of satellites that must have been in view for a fix to be considered, or both. @@ -14,7 +14,7 @@ HDOP and VDOP are measures of the best possible horizontal or vertical precision -You may specify a minimmum number of satellites. +You may specify a minimum number of satellites. diff --git a/gpsbabel/xmldoc/filters/options/discard-sat.xml b/gpsbabel/xmldoc/filters/options/discard-sat.xml index 10d2c14c4..dd7cfb361 100644 --- a/gpsbabel/xmldoc/filters/options/discard-sat.xml +++ b/gpsbabel/xmldoc/filters/options/discard-sat.xml @@ -1,4 +1,4 @@ -This option specifies the minimum required number of satelites. +This option specifies the minimum required number of satellites. diff --git a/gpsbabel/xmldoc/filters/options/transform-del.xml b/gpsbabel/xmldoc/filters/options/transform-del.xml index 46b78d6bb..75a82fa12 100644 --- a/gpsbabel/xmldoc/filters/options/transform-del.xml +++ b/gpsbabel/xmldoc/filters/options/transform-del.xml @@ -1,5 +1,5 @@ -This option, when used in connction with the wpt, rte, or trk options, tells +This option, when used in connection with the wpt, rte, or trk options, tells GPSBabel to delete the source data after conversion. This is most useful if you are trying to avoid duplicated data in the output. diff --git a/gpsbabel/xmldoc/filters/reverse.xml b/gpsbabel/xmldoc/filters/reverse.xml index 31cfe9062..afdb116ed 100644 --- a/gpsbabel/xmldoc/filters/reverse.xml +++ b/gpsbabel/xmldoc/filters/reverse.xml @@ -8,7 +8,7 @@ Timestamps are kept with the original waypoints so the resulting track or route will have the interesting characteristic that time runs backwards. This tends to make - Magellan Mapsend, in particular, do a wierd thing and place + Magellan Mapsend, in particular, do a weird thing and place each waypoint on a separate day. Additionally, if you're using this to reverse a route diff --git a/gpsbabel/xmldoc/formats/bushnell.xml b/gpsbabel/xmldoc/formats/bushnell.xml index 6dd55172b..47fbc7ee3 100644 --- a/gpsbabel/xmldoc/formats/bushnell.xml +++ b/gpsbabel/xmldoc/formats/bushnell.xml @@ -20,7 +20,7 @@ Consider the case where 'whatever.gpx' holds three waypoints. gpsbabel -i gpx -f whatever.gpx -o bushnell -F /Volumes/Bushnell/WAYPOINT/whatever will result in "whatever-0.wpt", "whatever-1.wpt", and "whatever-2.wpt" being -credated in that directory. +created in that directory. Windows users may prefer the spelling: gpsbabel -i gpx -f whatever.gpx -o bushnell -F e:/WAYPOINT/whatever diff --git a/gpsbabel/xmldoc/formats/destinator_trl.xml b/gpsbabel/xmldoc/formats/destinator_trl.xml index 5b33dd4b9..fb78e4b16 100644 --- a/gpsbabel/xmldoc/formats/destinator_trl.xml +++ b/gpsbabel/xmldoc/formats/destinator_trl.xml @@ -4,7 +4,7 @@ The basic information was found at mozoft.com. In addition to the standard GPS track data of coordinates and timestamp, this format also stores the - position fix and the number of satelites seen during recording. + position fix and the number of satellites seen during recording. Destinator by diff --git a/gpsbabel/xmldoc/formats/garmin.xml b/gpsbabel/xmldoc/formats/garmin.xml index ec15946bf..4876bfcd6 100644 --- a/gpsbabel/xmldoc/formats/garmin.xml +++ b/gpsbabel/xmldoc/formats/garmin.xml @@ -266,7 +266,7 @@ GPX files from the mass storage device as mounted on your computer. a unit number, with zero being the implied default. So if you have three USB models on your system, they can be addressed as usb:0, usb:1, and usb:2. To get a list of recognized devices, - specifiy a negative number such as: + specify a negative number such as: gpsbabel -i garmin -f usb:-1 diff --git a/gpsbabel/xmldoc/formats/garmin_gpi.xml b/gpsbabel/xmldoc/formats/garmin_gpi.xml index db12f0cd7..6aef80b9a 100644 --- a/gpsbabel/xmldoc/formats/garmin_gpi.xml +++ b/gpsbabel/xmldoc/formats/garmin_gpi.xml @@ -6,7 +6,7 @@ The layout of GPI files isn't documented and our module was created - via reverse engeneering. If you get a problem on reading or writing + via reverse engineering. If you get a problem on reading or writing a GPI file, please provide that file (mailto:gpsbabel-misc@lists.sourceforge.net). diff --git a/gpsbabel/xmldoc/formats/ggv_ovl.xml b/gpsbabel/xmldoc/formats/ggv_ovl.xml index 38ab4b898..72772f590 100644 --- a/gpsbabel/xmldoc/formats/ggv_ovl.xml +++ b/gpsbabel/xmldoc/formats/ggv_ovl.xml @@ -8,14 +8,14 @@ During the creation of an overlay file, a circle will be added to each - postion of a waypoint or a route. + position of a waypoint or a route. Sample layout of the ASCII overlay file [Symbol <number # >] - Typ=<1=picture,2=Text, 3=line, 4=area, 5=retangle, 6=circle, 7=triangle> + Typ=<1=picture,2=Text, 3=line, 4=area, 5=rectangle, 6=circle, 7=triangle> Group=<1=no group, number > 1=group number> Col=<number of the line color> Zoom=<1=no zoom, 2=zoom> diff --git a/gpsbabel/xmldoc/formats/gopal.xml b/gpsbabel/xmldoc/formats/gopal.xml index a26665820..e51e1e5bd 100644 --- a/gpsbabel/xmldoc/formats/gopal.xml +++ b/gpsbabel/xmldoc/formats/gopal.xml @@ -31,7 +31,7 @@ Conversions from gopal into any other format are a bit lossy concerning the firs and is simply discarded while reading. If written, there will be a time_t value from the current (computed) timestamp. -Somehwere around Gopal 4.8 or 5.0, Electrobit added three more fields to the end of this format. They are, in order, date (which eliminates most of the silliness above), an unknonw field, and a bearing. GPSBabel now reads the date and ignores the other two. We don't yet write these three fields for compatibility with earlier versions. +Somewhere around Gopal 4.8 or 5.0, Electrobit added three more fields to the end of this format. They are, in order, date (which eliminates most of the silliness above), an unknown field, and a bearing. GPSBabel now reads the date and ignores the other two. We don't yet write these three fields for compatibility with earlier versions. diff --git a/gpsbabel/xmldoc/formats/gpsdrive.xml b/gpsbabel/xmldoc/formats/gpsdrive.xml index c69eb2c2a..d4522f8d8 100644 --- a/gpsbabel/xmldoc/formats/gpsdrive.xml +++ b/gpsbabel/xmldoc/formats/gpsdrive.xml @@ -1,7 +1,7 @@ - GpsDrive way.txt file format. A space seperated format + GpsDrive way.txt file format. A space separated format file. Tested against GpsDrive v 1.30 found at gpsdrive.de. Contributed by Alan Curry. diff --git a/gpsbabel/xmldoc/formats/gpsdrivetrack.xml b/gpsbabel/xmldoc/formats/gpsdrivetrack.xml index dc127adc6..416ec0095 100644 --- a/gpsbabel/xmldoc/formats/gpsdrivetrack.xml +++ b/gpsbabel/xmldoc/formats/gpsdrivetrack.xml @@ -2,6 +2,6 @@ Format used by GpsDrive to save tracks. Like GPSDRIVE a -space seperated format file. See above for a link to GpsDrive. +space separated format file. See above for a link to GpsDrive. Contributed by Tobias Minich. diff --git a/gpsbabel/xmldoc/formats/holux.xml b/gpsbabel/xmldoc/formats/holux.xml index 8524b1483..6866adba2 100644 --- a/gpsbabel/xmldoc/formats/holux.xml +++ b/gpsbabel/xmldoc/formats/holux.xml @@ -5,7 +5,7 @@ compact flash cards. File formats were provided by Holux-Taiwan holux.com to the author. The code was tested against version 2.27E1; other versions and -receivers may work but have not been explictly tested. Anyone with +receivers may work but have not been explicitly tested. Anyone with information on other Holux receivers is encouraged to contact jochen@bauerbahn.net. @@ -16,7 +16,7 @@ receiver will ignore all other files. Comparing the waypoints of a .wpo files against other formats like .gpx you may notice a small difference in the latitude and longitude values. The reason is the low resolution of the -coordinates in the wpo file format. In a .wpo file the reolution is +coordinates in the wpo file format. In a .wpo file the resolution is 1/10"; in gpx for example it is 1/100". A a practical matter, this loss is only about 1.7 meters (5 feet). diff --git a/gpsbabel/xmldoc/formats/igc.xml b/gpsbabel/xmldoc/formats/igc.xml index 57e330b13..4b9ff11ff 100644 --- a/gpsbabel/xmldoc/formats/igc.xml +++ b/gpsbabel/xmldoc/formats/igc.xml @@ -119,7 +119,7 @@ representing the flight: gpsbabel -i gpx -f baro.gpx -i igc -f my2D.igc -o igc -F my3D.igc -The same can be acheived by downloading directly from a barograph instrument +The same can be achieved by downloading directly from a barograph instrument supported by GPSBabel. For example with a Brauniger IQ Comp GPS variometer: gpsbabel -i baroiq -f /dev/ttyS0 -i igc -f my2D.igc -o igc,timeadj=auto -F my3D.igc diff --git a/gpsbabel/xmldoc/formats/ik3d.xml b/gpsbabel/xmldoc/formats/ik3d.xml index d23ed7817..bfabade27 100644 --- a/gpsbabel/xmldoc/formats/ik3d.xml +++ b/gpsbabel/xmldoc/formats/ik3d.xml @@ -3,7 +3,7 @@ MagicMaps "Das interaktive Kartenwerk" is a Software from Germany. It's a - route-planning software with a 3-dimensional envirounment. + route-planning software with a 3-dimensional environment. The project files are XML based and we can read the main GPS items (names and coordinates). diff --git a/gpsbabel/xmldoc/formats/kml.xml b/gpsbabel/xmldoc/formats/kml.xml index 687521e9a..1a0b00c07 100644 --- a/gpsbabel/xmldoc/formats/kml.xml +++ b/gpsbabel/xmldoc/formats/kml.xml @@ -3,12 +3,12 @@ KML, the Keyhole Markup Language format, was used by Keyhole and is used by Google Earth. There are concepts in KML that GPSBabel can't support very well on -read becuase they don't map well into other programs. For example, KML has +read because they don't map well into other programs. For example, KML has ideas of camera views and names and descriptions can have arbitrarily complicated HTML in them. KML files may have tiered "Styles" which can identify sizing info and URLs of associated icons. Reading such files with GPSBabel - even if your goal it to write it back out as KML - can often -have suprising results. Simple files with waypoints and paths (which +have surprising results. Simple files with waypoints and paths (which GPSBabel represents internally as tracks) work fine. @@ -19,7 +19,7 @@ and several file format imports and exports. In general, GPSBabel's KML writer is relatively strong. GPSBabel handles simple KML on read fairly well, but if you're dealing with handcrafted KML that uses extensive features that have no analog in other formats like nested folders, ringgeometry, camera angles, and such, don't expect GPSBabel to do well with them on read. - Google Earth 4.0 and later have a feature that can suprise users of this + Google Earth 4.0 and later have a feature that can surprise users of this format. Earth's "time slider" feature controls what timestamped data gets displayed. If you're using data that has timestampes (e.g. GPX points that contain time or almost any track data) this will be important diff --git a/gpsbabel/xmldoc/formats/miniHomer.xml b/gpsbabel/xmldoc/formats/miniHomer.xml index 609888d77..e3657309f 100644 --- a/gpsbabel/xmldoc/formats/miniHomer.xml +++ b/gpsbabel/xmldoc/formats/miniHomer.xml @@ -45,7 +45,7 @@ Following a list of devices which should be supported by this module miniHomer has five POI called Home, Car, Boat, Heart, Bar. You can set the lla -(Lattitude, Longitude, Altitude) for each of the POI. The format is +(Latitude, Longitude, Altitude) for each of the POI. The format is <name>=<lat>:<lng>[:<alt>] Once the according POI symbol is selected on miniHomer, the display shows you the direction and distance to the POI. diff --git a/gpsbabel/xmldoc/formats/openoffice.xml b/gpsbabel/xmldoc/formats/openoffice.xml index 036336d73..6046c5253 100644 --- a/gpsbabel/xmldoc/formats/openoffice.xml +++ b/gpsbabel/xmldoc/formats/openoffice.xml @@ -1,5 +1,5 @@ - Tab seperated export-all (except geocaching data) file + Tab separated export-all (except geocaching data) file format. Intended to serve as source for number-processing applications like OpenOffice, Ploticus and others. Tab was chosen as delimiter because it is a) supported by both OpenOffice and Ploticus diff --git a/gpsbabel/xmldoc/formats/options/delbin-hint_at_and.xml b/gpsbabel/xmldoc/formats/options/delbin-hint_at_and.xml index 8f2adeeb7..e4caeab25 100644 --- a/gpsbabel/xmldoc/formats/options/delbin-hint_at_and.xml +++ b/gpsbabel/xmldoc/formats/options/delbin-hint_at_and.xml @@ -1,5 +1,5 @@ - When set to true, this places the "HINT:" entry from a geocacching.com + When set to true, this places the "HINT:" entry from a geocaching.com pocket query at the end of the screen (scroll up for quick access) like Cache Register and Topo7 do instead of at the top as Topo8 does. diff --git a/gpsbabel/xmldoc/formats/options/delbin-hint_at_end.xml b/gpsbabel/xmldoc/formats/options/delbin-hint_at_end.xml index 8f2adeeb7..e4caeab25 100644 --- a/gpsbabel/xmldoc/formats/options/delbin-hint_at_end.xml +++ b/gpsbabel/xmldoc/formats/options/delbin-hint_at_end.xml @@ -1,5 +1,5 @@ - When set to true, this places the "HINT:" entry from a geocacching.com + When set to true, this places the "HINT:" entry from a geocaching.com pocket query at the end of the screen (scroll up for quick access) like Cache Register and Topo7 do instead of at the top as Topo8 does. diff --git a/gpsbabel/xmldoc/formats/options/delbin-nukewpt.xml b/gpsbabel/xmldoc/formats/options/delbin-nukewpt.xml index 9f510a720..7b05be86f 100644 --- a/gpsbabel/xmldoc/formats/options/delbin-nukewpt.xml +++ b/gpsbabel/xmldoc/formats/options/delbin-nukewpt.xml @@ -1,5 +1,5 @@ - When present on the command line and sending waypoins (either explicitly + When present on the command line and sending waypoints (either explicitly via -w or as the default), this will erase all waypoints in the receiver before sending the new ones. diff --git a/gpsbabel/xmldoc/formats/options/garmin-get_posn.xml b/gpsbabel/xmldoc/formats/options/garmin-get_posn.xml index b7baac3b6..0e25237e5 100644 --- a/gpsbabel/xmldoc/formats/options/garmin-get_posn.xml +++ b/gpsbabel/xmldoc/formats/options/garmin-get_posn.xml @@ -1,4 +1,4 @@ -This options gets the current longtitude and latitude from the attached GPS device +This options gets the current longitude and latitude from the attached GPS device and returns it as a single waypoint for further processing. For example, to return the current position from a USB Garmin to a KML file: diff --git a/gpsbabel/xmldoc/formats/options/geo-nuke_placer.xml b/gpsbabel/xmldoc/formats/options/geo-nuke_placer.xml index 50d5a92da..d9987d249 100644 --- a/gpsbabel/xmldoc/formats/options/geo-nuke_placer.xml +++ b/gpsbabel/xmldoc/formats/options/geo-nuke_placer.xml @@ -1,6 +1,6 @@ If this option is specified, GPSBabel will not read geocache placer information -from a .loc file on input. That is, it will ignore any placeer names in the +from a .loc file on input. That is, it will ignore any placer names in the input file. diff --git a/gpsbabel/xmldoc/formats/options/igo8-title.xml b/gpsbabel/xmldoc/formats/options/igo8-title.xml index 4dbbc5a6a..91362a345 100644 --- a/gpsbabel/xmldoc/formats/options/igo8-title.xml +++ b/gpsbabel/xmldoc/formats/options/igo8-title.xml @@ -1,3 +1,3 @@ - Use ths option to set the title of the track. + Use this option to set the title of the track. diff --git a/gpsbabel/xmldoc/formats/options/kml-extrude.xml b/gpsbabel/xmldoc/formats/options/kml-extrude.xml index 2cb3a4027..49edf546c 100644 --- a/gpsbabel/xmldoc/formats/options/kml-extrude.xml +++ b/gpsbabel/xmldoc/formats/options/kml-extrude.xml @@ -1,5 +1,5 @@ -This option is a boolean flag to specicy whether Google Earth should +This option is a boolean flag to specify whether Google Earth should draw lines from trackpoints to the ground. It defaults to '0', which means no extrusion lines are drawn. The option of '1' is, of course, most useful for points that aren't actually on the ground such as those diff --git a/gpsbabel/xmldoc/formats/options/magellan-deficon.xml b/gpsbabel/xmldoc/formats/options/magellan-deficon.xml index 5e05476af..50c507efb 100644 --- a/gpsbabel/xmldoc/formats/options/magellan-deficon.xml +++ b/gpsbabel/xmldoc/formats/options/magellan-deficon.xml @@ -1,3 +1,3 @@ - The deficon option is used to control the icon output when writing to this format. It overrides any icon informatino that might be present in the source data. + The deficon option is used to control the icon output when writing to this format. It overrides any icon information that might be present in the source data. diff --git a/gpsbabel/xmldoc/formats/options/magellanx-deficon.xml b/gpsbabel/xmldoc/formats/options/magellanx-deficon.xml index 5e05476af..50c507efb 100644 --- a/gpsbabel/xmldoc/formats/options/magellanx-deficon.xml +++ b/gpsbabel/xmldoc/formats/options/magellanx-deficon.xml @@ -1,3 +1,3 @@ - The deficon option is used to control the icon output when writing to this format. It overrides any icon informatino that might be present in the source data. + The deficon option is used to control the icon output when writing to this format. It overrides any icon information that might be present in the source data. diff --git a/gpsbabel/xmldoc/formats/options/miniHomer-initbaud.xml b/gpsbabel/xmldoc/formats/options/miniHomer-initbaud.xml index 0edfdee58..43de781a7 100644 --- a/gpsbabel/xmldoc/formats/options/miniHomer-initbaud.xml +++ b/gpsbabel/xmldoc/formats/options/miniHomer-initbaud.xml @@ -8,6 +8,6 @@ rate, if initbaud wasn't given), the initial setting will be restored after fini Please note that miniHomer by default uses 38400bps and does not autodetect the port speed. If you need autodetect, start as -gpsbabel -i miniHomer,initibaud=0 -f /dev/ttyUSB0 -o gpx -F out.gpx +gpsbabel -i miniHomer,initbaud=0 -f /dev/ttyUSB0 -o gpx -F out.gpx diff --git a/gpsbabel/xmldoc/formats/options/mmo-visible.xml b/gpsbabel/xmldoc/formats/options/mmo-visible.xml index a3ca5bdd6..a7390acfd 100644 --- a/gpsbabel/xmldoc/formats/options/mmo-visible.xml +++ b/gpsbabel/xmldoc/formats/options/mmo-visible.xml @@ -3,7 +3,7 @@ By default GPSBabel creates only 'visible' items. - Sample command to write an mmo file with 'in-vsisible' items: + Sample command to write an mmo file with 'invisible' items: diff --git a/gpsbabel/xmldoc/formats/options/osm-created_by.xml b/gpsbabel/xmldoc/formats/options/osm-created_by.xml index b2ce9c8fd..ce5b270d2 100644 --- a/gpsbabel/xmldoc/formats/options/osm-created_by.xml +++ b/gpsbabel/xmldoc/formats/options/osm-created_by.xml @@ -1,7 +1,7 @@ Use this value as custom created_by value in an OSM file. -With this pption, the given string is added as the 'created_by' field in +With this option, the given string is added as the 'created_by' field in all the created nodes and ways. diff --git a/gpsbabel/xmldoc/formats/options/pathaway-deficon.xml b/gpsbabel/xmldoc/formats/options/pathaway-deficon.xml index 5e05476af..50c507efb 100644 --- a/gpsbabel/xmldoc/formats/options/pathaway-deficon.xml +++ b/gpsbabel/xmldoc/formats/options/pathaway-deficon.xml @@ -1,3 +1,3 @@ - The deficon option is used to control the icon output when writing to this format. It overrides any icon informatino that might be present in the source data. + The deficon option is used to control the icon output when writing to this format. It overrides any icon information that might be present in the source data. diff --git a/gpsbabel/xmldoc/formats/options/pcx-deficon.xml b/gpsbabel/xmldoc/formats/options/pcx-deficon.xml index 5e05476af..50c507efb 100644 --- a/gpsbabel/xmldoc/formats/options/pcx-deficon.xml +++ b/gpsbabel/xmldoc/formats/options/pcx-deficon.xml @@ -1,3 +1,3 @@ - The deficon option is used to control the icon output when writing to this format. It overrides any icon informatino that might be present in the source data. + The deficon option is used to control the icon output when writing to this format. It overrides any icon information that might be present in the source data. diff --git a/gpsbabel/xmldoc/formats/options/tiger-genurl.xml b/gpsbabel/xmldoc/formats/options/tiger-genurl.xml index 03ebc6d99..d1ea87e62 100644 --- a/gpsbabel/xmldoc/formats/options/tiger-genurl.xml +++ b/gpsbabel/xmldoc/formats/options/tiger-genurl.xml @@ -1,5 +1,5 @@ -genurl is a convenience option for generating the scaling paramaters +genurl is a convenience option for generating the scaling parameters when accessing the Tiger servers. It will output the latitude, longitude, height, and width parameters in a form suitable for use in the URL to generate a map that will hold all the points to be displayed and is suitably scaled diff --git a/gpsbabel/xmldoc/formats/options/tiger-margin.xml b/gpsbabel/xmldoc/formats/options/tiger-margin.xml index e9b58184a..dd611fe05 100644 --- a/gpsbabel/xmldoc/formats/options/tiger-margin.xml +++ b/gpsbabel/xmldoc/formats/options/tiger-margin.xml @@ -2,6 +2,6 @@ The margin may be specified in either decimal degrees or as a percentage. -This option is most useful for ensuring there is adaequate space for +This option is most useful for ensuring there is adequate space for the label around the markers when generating automatically scaled maps. diff --git a/gpsbabel/xmldoc/formats/options/unicsv-filename.xml b/gpsbabel/xmldoc/formats/options/unicsv-filename.xml index 6498beb07..e49c748a2 100644 --- a/gpsbabel/xmldoc/formats/options/unicsv-filename.xml +++ b/gpsbabel/xmldoc/formats/options/unicsv-filename.xml @@ -1,6 +1,6 @@ When this option is enabled, we write an additional column called 'Filename'. - The values of this column are filled with filenames of previos input formats. + The values of this column are filled with filenames of previous input formats. This can be very helpful for locating specific waypoints (i.e. using the position filter) diff --git a/gpsbabel/xmldoc/formats/pcx.xml b/gpsbabel/xmldoc/formats/pcx.xml index 4c7330473..1c13e16e6 100644 --- a/gpsbabel/xmldoc/formats/pcx.xml +++ b/gpsbabel/xmldoc/formats/pcx.xml @@ -1,6 +1,6 @@ Garmin documents only PCX5, an older format limited to the lame NMEA six-character waypoint names that's treated as a -second-class citizien in current versions of MapSource. In Mapsource, +second-class citizen in current versions of MapSource. In Mapsource, use file->import to read these files. If you name the files *.wpt, Mapsource will find them more easily. diff --git a/gpsbabel/xmldoc/formats/pocketfms_fp.xml b/gpsbabel/xmldoc/formats/pocketfms_fp.xml index 3f85ec00d..4371864c2 100755 --- a/gpsbabel/xmldoc/formats/pocketfms_fp.xml +++ b/gpsbabel/xmldoc/formats/pocketfms_fp.xml @@ -2,7 +2,7 @@ This format provides support for XML flightplans from PocketFMS. - PocketFMS XML flightplans contain route and waypoint information and much more flight planning info as airspaces, aircraft performance, fuel managment etc. This format cannot be read by PocketFMS. Hence GPSBabel supports only input of route and waypoint information. + PocketFMS XML flightplans contain route and waypoint information and much more flight planning info as airspaces, aircraft performance, fuel management etc. This format cannot be read by PocketFMS. Hence GPSBabel supports only input of route and waypoint information. The PocketFMS flightplan converter take into account the -w waypoint flag. If set then additional waypoints are stored to the route point and path information. diff --git a/gpsbabel/xmldoc/formats/psitrex.xml b/gpsbabel/xmldoc/formats/psitrex.xml index b9c59537f..85cdaf4c0 100644 --- a/gpsbabel/xmldoc/formats/psitrex.xml +++ b/gpsbabel/xmldoc/formats/psitrex.xml @@ -4,7 +4,7 @@ This is a text format created by KuDaTa's PsiTrex program for the Psion PDAs. The format can't be readily handled by XCSV, so this format is handled explicitly. Waypoints, routes and tracks are -all handled, with icon names used corresponding to verison 1.13 of +all handled, with icon names used corresponding to version 1.13 of PsiTrex. This module was contributed to GPSBabel by Mark Bradley. diff --git a/gpsbabel/xmldoc/formats/skyforce.xml b/gpsbabel/xmldoc/formats/skyforce.xml index 461ca41e0..8a7581625 100644 --- a/gpsbabel/xmldoc/formats/skyforce.xml +++ b/gpsbabel/xmldoc/formats/skyforce.xml @@ -5,7 +5,7 @@ Each kind of our basic GPS data (waypoints, routes, and tracks) is - stored in a seperate file. Therefore you need three steps to + stored in a separate file. Therefore you need three steps to convert a complex format like GPX or GDB into skyforce. gpsbabel -i gpx -f file.gpx -o skyforce -w -F waypoints.txt -r -F routes.txt -t -F tracks.txt diff --git a/gpsbabel/xmldoc/formats/stmsdf.xml b/gpsbabel/xmldoc/formats/stmsdf.xml index 9e2f9e01c..7b5ed88a3 100644 --- a/gpsbabel/xmldoc/formats/stmsdf.xml +++ b/gpsbabel/xmldoc/formats/stmsdf.xml @@ -2,7 +2,7 @@ This format supports the .sdf files from the Suunto product family 'Suunto Trek Manager', 'Suunto Ski Manager' and 'Suunto Sail Manager'. The contents of the sdf file depends on the used product and can - be one route or one track. Thatswhy when you want to use sdf on the + be one route or one track. Thats why when you want to use sdf on the output side you have to use the -r OR the -t option. This will tell GPSBabel which type of data should be written. diff --git a/gpsbabel/xmldoc/formats/unicsv.xml b/gpsbabel/xmldoc/formats/unicsv.xml index 2a54aef4e..37216fdd3 100644 --- a/gpsbabel/xmldoc/formats/unicsv.xml +++ b/gpsbabel/xmldoc/formats/unicsv.xml @@ -32,7 +32,7 @@ exported = Geocache export date found = Geocache last found date fix = 3d, 2d, etc. - gcid = Geocache chache id + gcid = Geocache cache id geschw = Geschwindigkeit (speed) hdop = Horizontal dilution of precision head = Heading / Course true diff --git a/gpsbabel/xmldoc/formats/v900.xml b/gpsbabel/xmldoc/formats/v900.xml index acde38a5e..0124e11d8 100644 --- a/gpsbabel/xmldoc/formats/v900.xml +++ b/gpsbabel/xmldoc/formats/v900.xml @@ -1,6 +1,6 @@ Read-only support for the csv file format used by Visiontac VGPS-900 and Columbus V-900 GPS data loggers. These seem to be two brand names for the exact same product. -The the V-900 stores logs on a microSD card in a custom csv format. This format contains NULL chracters and fixed length fields, and therefore can not be handled by the normal csv module in GPSBabel. +The the V-900 stores logs on a microSD card in a custom csv format. This format contains NULL characters and fixed length fields, and therefore can not be handled by the normal csv module in GPSBabel. Visiontac VGPS-900 -- 2.30.2